|
usbuart6 2.2.0
|
USB UART 6 Click Example. More...
Macros | |
| #define | PROCESS_BUFFER_SIZE 200 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
USB UART 6 Click Example.
This example demonstrates the USB UART 6 Click board's ability to act as a USB-to-UART bridge. It enables bidirectional communication between a USB host and a UART device by forwarding received data between the USB and UART interfaces.
The demo application is composed of two sections :
Initializes the logger and the Click board and enables the device.
Continuously reads the data from one UART interface and forwards it to the other, enabling seamless USB to UART data transfer and vice versa.
| #define PROCESS_BUFFER_SIZE 200 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |